settings.gradle.kts
or settings.gradle
are used to define general project properties.
It is a good practice to specify the rootProject.name
property to set your project name and avoid inconsistencies. By default, Gradle
uses the project directory name as the project name and this is not guaranteed to always be the desired behavior.